home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / text / edit / vim60rt.lha / Vim / vim60 / tools / README.txt < prev    next >
Encoding:
Text File  |  2001-07-09  |  1.1 KB  |  35 lines

  1. Some tools that can be used with Vim:
  2.  
  3. blink.c:    C program to make the cursor blink in an xterm.
  4.  
  5. ccfilter*:    C program to filter the output of a few compilers to a common
  6.         QuickFix format.
  7.  
  8. efm_filter.*:    Perl script to filter compiler messages to QuickFix format.
  9.  
  10. efm_perl.pl:    Perl script to filter error messages from the Perl interpreter
  11.         for use with Vim quickfix mode.
  12.  
  13. mve.*        Awk script to filter error messages to QuickFix format.
  14.  
  15. pltags.pl:    Perl script to create a tags file from Perl scripts.
  16.  
  17. ref:        Shell script for the K command.
  18.  
  19. shtags.*:    Perl script to create a tags file from a shell script.
  20.  
  21. tcltags:    Shell + Awk script to create a tags file from a TCL file.
  22.  
  23. vim132:        Shell script to edit in 132 column mode on vt100 compatible
  24.         terminals.
  25.  
  26. vimm:        Shell script to start Vim on a DEC terminal with mouse
  27.         enabled.
  28.  
  29. vimspell.*:    Shell script for highlighting spelling mistakes.
  30.  
  31. xcmdsrv_client.c:  Example for a client program that communicates with a Vim
  32.            server through the X-Windows interface.
  33.  
  34. [xxd (and tee for OS/2) can be found in the src directory]
  35.